home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
User's Choice Windows CD
/
User's Choice Windows CD (CMS Software)(1993).iso
/
misc2
/
pbbs190a.zip
/
POWRMAIN.EXE
/
TESTZIP.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-08-14
|
562b
|
31 lines
echo off
if exist %3 del %3
pkunzip -t %1 >%4
If errorlevel 51 goto Good
If errorlevel 50 goto Error
If errorlevel 11 goto Error
If errorlevel 10 goto Error
If errorlevel 9 goto Error
If errorlevel 8 goto Error
If errorlevel 7 goto Error
If errorlevel 6 goto Error
If errorlevel 5 goto Error
If errorlevel 4 goto Error
If errorlevel 3 goto Error
If errorlevel 2 goto Error
If errorlevel 1 goto Error
if errorlevel 0 goto Good
:ERROR
Echo Error In Zip
Copy %2 %3 >NUL
Goto Exit
:GOOD
Echo Zip is good
goto :Exit
:Exit
Cd\Powrbbs